home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_gnome-libs.idb / usr / freeware / share / gtkrc.el.z / gtkrc.el
Text File  |  2002-07-08  |  2KB  |  73 lines

  1. # $(datadir)/gtkrc.el
  2. #
  3. # This file defines the fontsets for Greek language (el)
  4. #
  5. # 1999 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
  6.  
  7. style "GnomeScores_CurrentPlayer_style"
  8. {
  9.   fg[NORMAL] = {1.0, 0.0, 0.0}
  10. }
  11.  
  12. style "GnomeScores_Logo_style"
  13. {
  14.   fontset = "-freefont-garamond-*-*-*-*-30-170-*-*-*-*-iso8859-1,\
  15.           -*-garamond-*-r-*-*-34-*-*-*-*-*-iso8859-7,\
  16.       -*-*-*-r-*-*-34-*-*-*-*-*-iso8859-7"
  17.   fg[NORMAL] = {0.0, 0.0, 1.0}
  18. }
  19.  
  20. style "GnomeAbout_DrawingArea_style"
  21. {
  22.   bg[NORMAL] = {1.0, 1.0, 1.0}
  23. }
  24.  
  25. style "GnomeAbout_Title_style"
  26. {
  27.   fontset = "-*-helvetica-bold-r-normal-*-20-*-*-*-*-*-*-*"
  28. }
  29.  
  30. style "GnomeAbout_Copyright_style"
  31. {
  32.   fontset = "-*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*"
  33. }
  34.  
  35. style "GnomeAbout_Author_style"
  36. {
  37.   fontset = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"
  38. }
  39.  
  40. style "GnomeAbout_Names_style"
  41. {
  42.   fontset = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"
  43. }
  44.  
  45. style "GnomeAbout_Comments_style"
  46. {
  47.   fontset = "-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*"
  48. }
  49.  
  50. style "GnomeHRef_Label_style"
  51. {
  52.   fg[NORMAL] = { 0.0, 0.0, 1.0 }
  53.   fg[PRELIGHT] = { 0.0, 0.0, 1.0 }
  54.   fg[INSENSITIVE] = { 0.5, 0.5, 1.0 }
  55.   fg[ACTIVE] = { 1.0, 0.0, 0.0 }
  56. }
  57.  
  58. style "GnomeGuru_PageTitle_style" 
  59. {
  60.  fontset = "-*-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*"    
  61. }
  62.  
  63. widget "*GnomeScores*.CurrentPlayer" style "GnomeScores_CurrentPlayer_style"
  64. widget "*GnomeScores*.Logo" style "GnomeScores_Logo_style"
  65. widget "*GnomeAbout*.DrawingArea" style "GnomeAbout_DrawingArea_style"
  66. widget "*GnomeAbout*.Author" style "GnomeAbout_Author_style"
  67. widget "*GnomeAbout*.Comments" style "GnomeAbout_Comments_style"
  68. widget "*GnomeAbout*.Copyright" style "GnomeAbout_Copyright_style"
  69. widget "*GnomeAbout*.Names" style "GnomeAbout_Names_style"
  70. widget "*GnomeAbout*.Title" style "GnomeAbout_Title_style"
  71. widget "*GnomeHRef.GtkLabel" style "GnomeHRef_Label_style"
  72. widget "*GnomeGuru*.PageTitle" style "GnomeGuru_PageTitle_style"
  73.